home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 005a / golf181.zip / LBGOLF.DOC < prev    next >
Text File  |  1993-03-14  |  19KB  |  439 lines

  1.                   LAN/BBS Tournament Golf Documentation
  2.  
  3.  
  4. I. REQUIREMENTS
  5.  
  6.    A. FILE SHARING
  7.  
  8.    If you run LBGolf and get a message that the Share program is needed,
  9.    you need to change your autoexec.bat file to execute the Share
  10.    program when your computer is booted.  For best results, use
  11.    SHARE /F:4096 /L:255.  The defaults used by Share (/F:2048 /L:20) are
  12.    often inadequate and lockups are possible with some programs when
  13.    using the defaults.  Problems are also likely when your execute Share
  14.    from DOS instead of your autoexec.bat or config.sys.
  15.  
  16.    The LBGOLF.EXE file should be set to READ ONLY if multiple copies of
  17.    LBGolf will be running.  This is because overlays are built into the
  18.    executable file and if the read only attribute is not set, you might
  19.    get a message about the overlays and have to press a key twice after
  20.    another copy of LBGolf is done loading the overlays.
  21.  
  22.  
  23.    B. DROP FILE (BBS MODE ONLY)
  24.  
  25.    In BBS mode, LAN/BBS Tournament Golf supports the "DOOR.SYS",
  26.    "CALLINFO.BBS", "DORINFOX.DEF", and "SFDOORS.DAT" drop files.  If
  27.    your BBS does not support one of these files, you will need to use a
  28.    utility program that converts your BBS's drop file to one of the
  29.    supported drop files.
  30.  
  31.  
  32.  
  33. II. INSTALLATION
  34.  
  35.    A. COPYING THE FILES
  36.  
  37.    Simply create a directory where you want the LBGolf files to reside,
  38.    then copy (or decompress) all of the files to the desired directory.
  39.  
  40.    Example process of copying files from DOS:
  41.   
  42.    md \lbgolf      (make a directory called "lbgolf")
  43.    cd \lbgolf      (change to the "lbgolf" directory)
  44.    copy a:*.*      (copy all files from floppy drive A)
  45.  
  46.  
  47.    B. DESCRIPTION OF FILES
  48.  
  49.    The following files make up the LBGolf software:
  50.  
  51.    README       ... Text file describing what LBGolf is
  52.    LBGOLF   EXE ... The golf game program itself
  53.    LBUTILS  EXE ... Companion program (see LBUTILS.DOC file)
  54.    BANNER   EXE ... ANSI banner utility
  55.    LBGOLF   CFG ... Configuration file for LBGolf (pass on command line)
  56.    GOLDOAKS SCR ... Provided LBGolf course script file (editable text file)
  57.    GOLDOAKS NDX ... Index for Golden Oaks course
  58.    GOLDOAKS STA ... Statistics for Golden Oaks course
  59.    PLAYERS  LBG ... Players database (important -- keep a backup)
  60.    TOURNEY  LBG ... Current tournament information (important)
  61.    TRNYSTAT LBG ... Statistics for current tournament
  62.    LBGOLF   DOC ... Documentation for LBGolf
  63.    LBUTILS  DOC ... Documentation for LBUtils
  64.    BANNER   DOC ... Documentation for banner utility
  65.    ORDERFRM TXT ... Text file order form (please print and fill out)
  66.    LBQUEST  TXT ... Text file questionnaire (please print and fill out)
  67.    COURSES  TXT ... Text file describing available LBGolf courses
  68.    ENTRYFRM TXT ... Text file (use when entering course(s) in contest)
  69.    LBGOLF   ICO ... Windows icon for LBGOLF.EXE
  70.    LBUTILS  ICO ... Windows icon for LBUTILS.EXE
  71.  
  72.  
  73.    C. CONFIGURATION
  74.  
  75.    The default configuration for LBGolf is:
  76.  
  77.    Non-BBS mode
  78.    Use timing when setting hook/slice and power
  79.    Use blinking text
  80.    Allow new players
  81.  
  82.    If the defaults above are what you prefer, then LBGolf is already
  83.    configured and you do not need to use a configuration file.  Otherwise,
  84.    you will need to edit the LBGOLF.CFG configuration file to suit your
  85.    needs and pass it on the command line (LBGOLF LBGOLF.CFG).
  86.  
  87.       1. GENERAL CONFIGURATION
  88.  
  89.          a. USE TIMING: (YES or NO)
  90.             Determines how the hook/slice and power are entered.  If set to
  91.             YES, you press a key when the hook/slice and power meters are
  92.             how you want them as they grow in size.  If set to NO, you move
  93.             a marker to set the intended hook/slice and power by using the
  94.             arrow keys, then press the enter key.  The actual hook/slice
  95.             and power are indicated by the solid bars.  The computer
  96.             randomly changes the intended hook/slice and power when this is
  97.             set to NO.  You can back up to the aim prompt by hitting the
  98.             escape key unless you are at the power meter and this is set to
  99.             YES.
  100.  
  101.          b. BLINK: (YES or NO)
  102.             Determines whether or not blinking text is used.  In some
  103.             cases blinking text is not supported, in which case you should
  104.             set this to NO.
  105.  
  106.          c. NEW PLAYERS: (YES or NO)
  107.             Whether or not to allow new players into the game.  You can run
  108.             a closed system by adding players yourself using the LBUtils
  109.             program and setting this to NO.
  110.  
  111.       2. BBS MODE CONFIGURATION
  112.  
  113.          a. DROP FILE: (caller information file created by your BBS)
  114.             This is required to be properly set for BBS mode play.  The
  115.             supported drop files are: door.sys, dorinfox.def, sfdoors.dat,
  116.             and callinfo.bbs.  When your BBS runs a door program it creates
  117.             a caller information file which is read by the door program.
  118.             If you are not sure which drop file your BBS creates, try using
  119.             the door.sys drop file being read from your main BBS directory
  120.             (EXAMPLE: DROP FILE: [drive]:\[bbs directory]\door.sys).  The
  121.             normal setting for Wildcat! 3.x for a single node BBS is
  122.             DROP FILE: C:\WC30\WCWORK\NODE1\DOOR.SYS.  If your BBS does not
  123.             create one of the supported files, you will need to use a utility
  124.             program that converts your BBS's drop file to door.sys or one of
  125.             the other support formats.
  126.  
  127.          b. AUTO LOGIN: (YES or NO)
  128.             Normally this setting is YES to automatically log players into
  129.             the game.  If this is set to NO, then players will have to enter
  130.             their player information when they play for the first time and
  131.             enter their password each time they play.
  132.  
  133.          c. ADDRESS: (hex address)
  134.             Normally this setting is left blank unless you are using non-
  135.             standard comm ports.  If you are using COM1 or COM2 just leave
  136.             this setting blank and the information will be retrieved from
  137.             the drop file.  If you are using a non-standard address, you
  138.             must enter it here.
  139.  
  140.          d. IRQ: (irq number)
  141.             Normally this setting is left blank unless you are using non-
  142.             standard comm ports.  If you are using COM1 or COM2 just leave
  143.             this setting blank and the information will be retrieved from
  144.             the drop file.  If you are using a non-standard IRQ, you must
  145.             enter it here.
  146.  
  147.  
  148.  
  149. III. STARTING LBGOLF
  150.  
  151. You can start LBGolf by "LBGOLF" from DOS to use the default
  152. configuration.  If you run a BBS, you will need to edit the LBGOLF.CFG
  153. file to suit your system and use "LBGOLF LBGOLF.CFG" in your batch file.
  154. 390K of base memory should be enough to play LBGolf because disk based
  155. overlays are used.
  156.  
  157.  
  158.  
  159. IV. PLAYING LBGOLF
  160.  
  161.    A. LOGGING IN
  162.  
  163.    If you are a new player, enter "NEW" to enter your password and name.
  164.    If you have played LBGolf before, enter your password.  The LBUtils
  165.    program can be used to view passwords in case a password is forgotten.
  166.    If playing on a BBS and AUTO LOGIN: is set to YES in the configuration
  167.    file, this step is skipped and players are automatically logged in with
  168.    a random password.
  169.  
  170.  
  171.    B. OPTIONS MENU
  172.  
  173.       1. PLAY IN THE CURRENT TOURNAMENT
  174.  
  175.       Compete against the other players in the current tournament.  Each
  176.       shot you play will count.  When you quit playing LBGolf, you will
  177.       be able to continue playing exactly where you left off the next
  178.       time you play in the current tournament.
  179.  
  180.  
  181.       2. PLAY A PRACTICE ROUND
  182.  
  183.       Play on any of the available courses without your scores counting
  184.       in the current tournament.  Up to 99 different courses can be
  185.       available to practice on.
  186.  
  187.  
  188.       3. TOGGLE COLOR DISPLAY
  189.  
  190.       Switches between color and monochrome displays.
  191.  
  192.  
  193.       4. EXIT LBGOLF
  194.  
  195.       Quit LBGolf.
  196.  
  197.  
  198.    C. GOING THROUGH THE MOTIONS
  199.  
  200.    The game play in LBGolf is very simple.  First, select option(s) from
  201.    the main menu such as "L" to view the leader board or press the Enter
  202.    key or "X" key to exit the main menu.  Next, you enter the club you
  203.    want to hit with, factoring in the distance to the pin (shown at the
  204.    top right portion of the screen), the wind, and other conditions.
  205.    Next, you enter the direction to aim (or just press Enter to accept
  206.    the default aim which is straight for the flag).  Next, use your timing
  207.    to hit the ball straight, with a hook or draw (curve left), or with
  208.    a slice or fade (curve right).  Last, you use your timing again to
  209.    indicate how hard to hit the golf ball.  These steps are repeated for
  210.    each hole until the golf ball goes into the hole.  To complete a
  211.    tournament and be eligable for any prizes being awarded, you must
  212.    complete 18 holes for each round (1-4) in the tournament by the
  213.    tournament's deadline (if any).  When you want to quit playing,
  214.    enter "Q" at the main menu and you will exit the game and if you are
  215.    playing in a tournament, you will be able to resume play later where
  216.    you left off.
  217.  
  218.  
  219.    D. MAIN MENU
  220.  
  221.       1. DESCRIPTION OF CURRENT HOLE      (D) Descr of Hole
  222.  
  223.       Displays a written description of the current hole as contained in
  224.       the course script file.  Above the description is the sponsor of
  225.       the current hole.  If there is no sponsor for the current hole,
  226.       the tournament sponsor is used.  Below the description is some
  227.       to-date and current tournament statistical information for the
  228.       current hole.  Stats are kept track of in the files with an
  229.       extension of ".STA".  Simply erase or rename a stats file to set
  230.       all stats to zero.
  231.  
  232.  
  233.       2. SCORE CARD                       (S) Score Card
  234.  
  235.       You can display score cards in three different ways.  You can
  236.       display your current score card "(Y)our", another player's score
  237.       card "(O)ther", or look at several score cards "(S)can".
  238.  
  239.       To display your current score card, simply press the Enter key
  240.       or the "Y" key at the prompt.
  241.  
  242.       To display another player's score card, press the "O" key at the
  243.       prompt.  Next, if you know the player's ID number, enter it.  If
  244.       you do not know the player's ID number, enter "0" at the player
  245.       number prompt to display a list of players and there ID numbers.
  246.       After you find the ID number for the player, exit the player
  247.       display by entering "0", then enter the ID number of the player.
  248.       Next, enter the round number (1-4).
  249.  
  250.       To display several player's score cards, press the "S" key at the
  251.       prompt.  You will be shown the score card of the first player.
  252.       Press the Enter key or the "Y" key at the "next?" prompt to view
  253.       the next score card.  When done viewing score cards, press the
  254.       "N" key to exit back to the main menu.
  255.  
  256.  
  257.       3. LEADER BOARD                     (L) Leader Board
  258.  
  259.       Displays the top player names, scores, and what place they are
  260.       currently in.  The object of LAN/BBS Tournament Golf is for
  261.       players to play their best and get their names at the top of the
  262.       leader board so they can be eligable for prizes if any prize(s)
  263.       will be awarded to the top player(s).
  264.  
  265.  
  266.       4. TOURNAMENT INFORMATION           (T) Tourney Info
  267.  
  268.       Displays information about the tournament that is currently in
  269.       progress.  If there are any changes made to the tournament,
  270.       players are automatically notified of the changes.
  271.  
  272.  
  273.       5. PLAYER NAMES AND ID NUMBERS      (N) Player Names
  274.  
  275.       Displays player names and their assigned ID numbers.  Players
  276.       are indicated as being on-line (currently playing), playing in
  277.       the current tournament, and finished playing in the current
  278.       tournament.  You can check out the entire competition by using
  279.       this feature, then check out their score cards.
  280.  
  281.  
  282.       6. PLAYER STATISTICS                (P) Player Stats
  283.  
  284.       Displays statistical information about a player.  You can see
  285.       your stats, another player's stats, or several player's stats
  286.       by using the same methods as viewing score cards.
  287.  
  288.  
  289.       7. INSTANT REPLAY                   (I) Instant Replay
  290.  
  291.       Use this feature when you just made a great shot and want to
  292.       see it again or if you did not see what happened during the
  293.       last shot.  When you start the replay, just sit back and
  294.       watch exactly what happened during the previous shot.
  295.  
  296.  
  297.       8. REDRAW SCREEN                    (R) Redraw Screen
  298.  
  299.       Use this feature whenever the screen has been corrupted.  When
  300.       playing on a BBS, it is very possible to get line noise that
  301.       will corrupt the screen.  On networks, unwanted information
  302.       can be displayed on the screen which could corrupt the display.
  303.  
  304.  
  305.       9. PRODUCT INFORMATION              (A) About LBGolf
  306.  
  307.       Displays a description of what LAN/BBS Tournament Golf is and
  308.       registration information.
  309.  
  310.  
  311.       10. PLAYING INSTRUCTIONS             (H) Instructions
  312.  
  313.       Displays the basic instructions of how to play golf and how
  314.       to play LAN/BBS Tournament Golf.
  315.  
  316.  
  317.       11. SAVE PLAYER AND EXIT             (Q) Quit For Now
  318.  
  319.       Players should always exit LAN/BBS Tournament Golf by using this
  320.       feature.  This will save the player's current information and
  321.       properly exit back to the operating system.  If not playing on
  322.       a BBS and a player does not exit LBGolf this way, the player
  323.       will still be considered to be on-line (currently playing) until
  324.       the LAN/BBS Tournament Golf Utilities program is used to change
  325.       the player's on-line status.  Players that are indicated as
  326.       being on-line will not be able to continue playing.
  327.  
  328.       11. ZOOM OUT FOR A BETTER LOOK       (Z) Zoom Out
  329.  
  330.       Displays the entire hole or green.  Use this feature when you
  331.       want to view more of the layout of the hole or want to see more
  332.       of the green.  This feature comes in handy when the hole is out
  333.       of view when putting.
  334.  
  335.  
  336.       12. EXIT MENU AND PLAY NEXT SHOT     (X) Play Shot
  337.  
  338.       Exits the main menu and goes to the prompt that asks the player
  339.       to enter the club to use for the next shot.
  340.  
  341.  
  342.    E. CLUB SELECTION
  343.  
  344.    Enter the two letter code for the club you want to use for the
  345.    next shot.  You pick the club you want to hit mainly based on the
  346.    distance between your ball and the flag.  This distance is shown
  347.    at the top right of the display.  For a list of about how far a
  348.    ball will travel with a full power swing for each club and what
  349.    the two letter code of each club stands for, type in "HE" for
  350.    help.  In many cases, the default club selection is acceptable,
  351.    in which case you can simply press the Enter key.
  352.  
  353.  
  354.    F. DIRECTION OF AIM
  355.  
  356.    The computer automatically calculates the approximate direction
  357.    to the hole, however, in some cases it is not a good idea to
  358.    aim directly at the hole.  You can enter the exact direction
  359.    (0-359 degrees) to aim the next shot.  You can get help on
  360.    the direction by pressing the "H" key.
  361.  
  362.  
  363.    G. SETTING BALL'S FLIGHT PATTERN
  364.  
  365.    You must use your timing when setting the flight pattern of the
  366.    ball.  A bar will grow from left to right until it reaches the
  367.    end or you press a key.  To make the ball travel straight, press
  368.    a key when the bar is at the halfway point.  To play a hook or
  369.    draw, press a key when the bar is before the halfway point.  For
  370.    a slice or fade, press a key after the bar is past the halfway
  371.    point.
  372.  
  373.  
  374.    H. SETTING POWER OF SWING
  375.  
  376.    Setting the power of swing is similar to setting the ball's
  377.    flight pattern.  A bar will grow from left to right until it
  378.    reaches the end or you press a key.  The larger the bar is when
  379.    it stops, the harder you will swing the club to hit the ball.
  380.    For a full power swing, just let the bar reach its full size.
  381.    For a weak swing, press a key when the bar is small.  The
  382.    recommended power of swing is indicated by a flashing rectangle.
  383.  
  384.  
  385. V. END OF TOURNAMENT
  386.  
  387.    Tournaments are ended using the LAN/BBS Tournament Golf
  388.    Utilities program by starting a new tournament.  When a new
  389.    tournament is started, players who were playing in the previous
  390.    tournament will be notified that the tournament is over.  The
  391.    1st-4th place winners will also be displayed along with any
  392.    prizes that will be awarded.
  393.  
  394.  
  395.  
  396. VI. COURSES
  397.  
  398.    LBGolf courses are ASCII text files that can be easily modified
  399.    and created using any standard text editor.  The course file that
  400.    is supplied with LBGolf is GOLDOAKS.SCR.  Take a look at this
  401.    file to see exactly what goes into making an LBGolf course.  It
  402.    may seem like a lot at first, but it is really very easy to create
  403.    LBGolf courses.
  404.  
  405.    An up-to-date index file (.NDX) is kept for each course.  If a
  406.    course is modified or the index file for the course does not
  407.    exist, the index is rebuilt automatically.
  408.  
  409.    The maximum distance (without any wind) the ball will travel with
  410.    each club may be changed within LBGolf course files.  If you ever
  411.    wanted to drive a ball 500 yards all you have to do is change the
  412.    "DRIVER DISTANCE" variable to 500.  You can even hit a sand wedge
  413.    farther than your drive if you want to...anything goes.  When
  414.    playing LBGolf, the current club distances are shown by typing
  415.    "HE" for help when entering the club to use.
  416.  
  417.  
  418.  
  419. VII. NOTES FOR BBS SYSOPS
  420.  
  421.    The alternate method of setting the hook/slice and power is
  422.    recommended and is the default in the LBGOLF.CFG configuration file.
  423.    There are many causes for the meters to move too slow, fast, or
  424.    erratic when running on a BBS.  Using DESQview is a common cause of
  425.    the meters moving too slowly.  Set USE TIMING: to NO.  If you run a
  426.    single node BBS at 2400 baud and do not use any multitasking software,
  427.    you can set USE TIMING: to suit the preference of your users.
  428.  
  429.    Use /L on the LBGolf command line (LBGOLF LBGOLF.CFG /L) to force
  430.    LBGolf to play in local mode and ask for a password instead of
  431.    attempting to read a drop file and establishing a connection.
  432.  
  433.    If you have problems with a drop file, there might be a
  434.    compatibility problem and you should try the other supported drop
  435.    files.  Unfortunately, there still is not a standard drop file being
  436.    used by all the various BBS software and sysops will continue to have
  437.    problems until a single standard drop file format is used.
  438.  
  439.